CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - huffman vc

搜索资源列表

  1. Huffman解码编码

    0下载:
  2. 使用vc++编写的一个实现huffman编码的程序,适用于数据结构中二叉树的相关程序设计-vc prepared by the use of a realization Huffman coding procedures applicable to the binary tree data structure of the design process
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:67644
    • 提供者:yhl
  1. 数字图象处理学VC++实现

    0下载:
  2. 其中包括图像压缩的基本编码方法如Huffman编码\\算术编码\\JPEG 2000\\H.261压缩编码标准\\小波变换编码\\运动估计算法\\视频图象采集的VC实现等.-including the basic image compression coding methods as Huffman coding \\ arithmetic coding \\ JPEG 2 000 \\ H.261 coding standard \\ Wavelet Transform Coding \\ m
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:831786
    • 提供者:郑英
  1. Huffman--encodeVC

    0下载:
  2. huffman 编码,对生物医学信号进行压缩编码! 解压后就可以运行! 用VC++语言编写!-Huffman coding, the biomedical signal coding! Decompression can run after! VC language!
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:377384
    • 提供者:张甲杰
  1. Huffman霍夫曼编码源代码(VC)

    0下载:
  2. Huffman霍夫曼编码源代码(VC).zip-Hoffman source code (VC). Zip
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:2280
    • 提供者:子顷
  1. Huffman

    0下载:
  2. 图形图像处理之哈夫曼算法完整(VC编译OK)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:4159
    • 提供者:刘海泉
  1. Huffman

    0下载:
  2. 用vc++实现了用HUFFMAN算法来对图象进行处理
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:4180
    • 提供者:沈国华
  1. Huffman

    0下载:
  2. 一个非常全并且非常正确的霍夫曼编码问题,基于VC++平台,可以加以修改运用
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-01-19
    • 文件大小:593408
    • 提供者:小波
  1. huffman

    0下载:
  2. 数据结构常用算法,用vc++实现的哈夫曼问题
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1377
    • 提供者:mm
  1. HUFFMAN

    0下载:
  2. 哈夫曼编码算法实现,用VC++6.0开发。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9434
    • 提供者:ZhaiYT
  1. HUFFMAN

    0下载:
  2. HUFFMAN编码,基于VC++6。0,如果需要其他文件请联系我
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:38302
    • 提供者:mrmark
  1. huffman

    0下载:
  2. huffman压缩算法的VC++实现。多媒体课程设计
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:38079
    • 提供者:唐文龙
  1. huffman.rar

    0下载:
  2. 哈弗曼编码的实现。VC工程,可以输出码表、字符统计频率、编码等报告。 并且可以解码!,Coding哈弗曼realized. VC works, you can output code table, character frequency statistics, coding reports. And can decode!
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:36809
    • 提供者:范新华
  1. Huffman

    0下载:
  2. 基于VC++6.0,利用哈夫曼编码对BMP图像进行编码并储存为*.huf格式的文件,同时也可对*.huf格式的文件进行解码,储存为*.bmp格式的图像-Based on VC++6.0, the use of Huffman coding to encode the image of BMP and saved as*. huf format, but also right*. huf decode the file format, stored as a*. bmp format images
  3. 所属分类:Graph program

    • 发布日期:2017-05-15
    • 文件大小:3712330
    • 提供者:ft5272633
  1. YMHuffman

    0下载:
  2. 霍夫曼编码源代码(VC) -The VC source code of Huffman coding.
  3. 所属分类:

    • 发布日期:2017-12-08
    • 文件大小:2280
    • 提供者:张宏
  1. Huffman

    0下载:
  2. Huffman 编解码源程序 VC语言开发 -Huffman codec VC source language development
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:68070
    • 提供者:xhusan
  1. huffman

    0下载:
  2. 一份huff_tc.c,只能在tc下运行,因为加入了用tc图形界面直观画出树形的代码。一份是huff_vc.c,是在vc和tc下都能运行的程序,没有直观表达编码的树形结构。 [目的] 构建所输入符号(及权值)的哈夫曼树,并利用该树求出各符号的编码,深入理解最优二叉树的概念及其特性。 [问题描述] 读入各个符号及其权值,求各符号的哈夫曼编码。 [基本要求] (1)读入各个符号及其权值,建立哈夫曼树; (2)利用建立的哈夫曼树对各符号进行编码,输出编码结果。 [
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:2926
    • 提供者:李霄逍
  1. huffman

    0下载:
  2. 数据压缩,c语言,huffman编码,vc实现-Data compression, c language, huffman coding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-27
    • 文件大小:13036
    • 提供者:dyg
  1. HuffMan

    0下载:
  2. VC++编写的Huffman压缩算法的示例程序-a demo of Huffman compression algorithm, developed by VC++ 6.0
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:17142
    • 提供者:Zhaowenyao
  1. huffman(VC)

    0下载:
  2. 控件台应用程序。 采用哈夫曼编码对文件进行压缩解压。先将文件各字节读出,统计频率。进行哈夫曼编码,将编码重新写入文件。 编码命令:c <input file> <output file> 解码命令:d <input file> <output file> 对于编码的output file和解码的input file可以省略后缀,则默认采用.hfm。-huffman
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-08
    • 文件大小:39161
    • 提供者:魏罡
  1. huffman

    0下载:
  2. 基于Huffman树的压缩文件及解压文件源代码,可压缩txt,图片,音频等,但txt格式压缩率较高,其他格式压缩不明显(Huffman tree based compressed files and decompression file source code, compressed TXT, pictures, audio, etc., but TXT format compression rate is higher, other formats are not obvious compre
  3. 所属分类:Windows编程

    • 发布日期:2017-12-25
    • 文件大小:1697792
    • 提供者:岚爻
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com